Use docopt's new syntax for repeatable options
authorFlorian Hahn <flo@fhahn.com>
Sat, 12 Sep 2015 21:32:35 +0000 (23:32 +0200)
committerFlorian Hahn <flo@fhahn.com>
Wed, 30 Sep 2015 19:30:53 +0000 (21:30 +0200)
commit9d301d6e9ea60e94e62aa1bb2ab4c8300b750f4b
tree5f10570dabb392590a2b32379335c922327ef12f
parentb3ade7c7f17c682c8f94a5b8d9ae2e2039ca7025
Use docopt's new syntax for repeatable options
src/bin/bench.rs
src/bin/build.rs
src/bin/doc.rs
src/bin/rustc.rs
src/bin/test.rs
src/cargo/ops/cargo_rustc/mod.rs
src/cargo/ops/cargo_test.rs
tests/support/mod.rs
tests/test_cargo_bench.rs
tests/test_cargo_compile.rs
tests/test_cargo_rustc.rs